It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2024-12-27 0 7 // 1 2024-12-28 0 1 // 2 2024-12-29 0 1 // 3 2024-12-30 0 2 // 4 2024-12-31 0 0 // 5 2025-01-01 0 1 // 6 2025-01-02 0 0 // 7 2025-01-03 0 5 // 8 2025-01-04 0 11 // 9 2025-01-05 0 6 // 10 2025-01-06 0 4 // 11 2025-01-07 0 1 // 12 2025-01-08 0 1 // 13 2025-01-09 0 5 // 14 2025-01-10 0 4 // 15 2025-01-11 0 3 // 16 2025-01-12 0 2 // 17 2025-01-13 0 6 // 18 2025-01-14 0 0 // 19 2025-01-15 0 2 // 20 2025-01-16 0 1